home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
Mac OS X Patching Docs
/
HiHack
/
main.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-06-23
|
217 b
|
17 lines
/*
main.c
in HiHack.framework
the freshmaker - a patch for a function in Hi.framework
*/
#include <stdio.h>
void Helloworld();
void helloWorld()
{
Helloworld();
printf("... I'm... Very scared today!\n");
}